home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
TKGALORE.ZIP
/
TK-LOGON.ZIP
/
LOGON.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1996-05-17
|
2KB
|
121 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer INTEGER001
;------------------------------------------------------------------------------
GetToken INTEGER001
If (INTEGER001 == 152) Then
Cls
DispFile PPEPath() + "LOGON.PCB", 0
AnsiPos 18, 4
Endif
If (INTEGER001 == 111) AnsiPos 18, 5
If (INTEGER001 == 265) AnsiPos 18, 6
If (INTEGER001 == 113) AnsiPos 18, 7
If (INTEGER001 == 114) AnsiPos 18, 8
If (INTEGER001 == 2) AnsiPos 18, 9
If (INTEGER001 == 556) AnsiPos 18, 10
If (INTEGER001 == 699) Then
AnsiPos 1, 13
Print " "
AnsiPos 18, 11
Endif
If (INTEGER001 == 700) AnsiPos 18, 12
If (INTEGER001 == 701) AnsiPos 18, 13
If (INTEGER001 == 702) AnsiPos 18, 14
If (INTEGER001 == 703) AnsiPos 18, 15
If (INTEGER001 == 704) AnsiPos 18, 16
If (INTEGER001 == 706) AnsiPos 18, 17
If (INTEGER001 == 708) Then
AnsiPos 19, 19
Print "Password Too Short Dudes at least 6 long"
Delay 20
AnsiPos 19, 19
Print "@CLREOL@"
Endif
If (INTEGER001 == 110) Then
AnsiPos 19, 19
Print "Passwords Dont Match Up :("
Delay 20
AnsiPos 19, 19
Print "@CLREOL@"
Endif
If (INTEGER001 == 709) Then
AnsiPos 19, 19
Print "That is a real shit password try again!"
Delay 20
AnsiPos 19, 19
Print "@CLREOL@"
Endif
If (INTEGER001 == 117) Then
AnsiPos 19, 19
Print "Answer The Question Lamer!"
Delay 20
AnsiPos 19, 19
Print "@CLREOL@"
Endif
If (INTEGER001 == 8) Then
AnsiPos 19, 19
Print "Fuck Around then you can FUCK OFF"
Delay 20
AnsiPos 19, 19
Print "@CLREOL@"
Endif
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 Cls
; 7 Goto
; 11 Print
; 19 If
; 1 DispFile
; 5 Delay
; 1 GetToken
; 25 AnsiPos
;
;
; ■ Functions used :
;
; 1 +
; 19 ==
; 7 !
; 1 PPEPath()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 7 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------